Opc.Ua.Core
WriteGuidArray(String,IList<Uuid>) Method



Opc.Ua Namespace > IEncoder Interface > WriteGuidArray Method : WriteGuidArray(String,IList<Uuid>) Method
Writes a GUID array to the stream.
Syntax
'Declaration
 
Overloads Sub WriteGuidArray( _
   ByVal fieldName As String, _
   ByVal values As IList(Of Uuid) _
) 
'Usage
 
Dim instance As IEncoder
Dim fieldName As String
Dim values As IList(Of Uuid)
 
instance.WriteGuidArray(fieldName, values)
void WriteGuidArray( 
   string fieldName,
   IList<Uuid> values
)
void WriteGuidArray( 
   String^ fieldName,
   IList<Uuid>^ values
) 

Parameters

fieldName
values
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IEncoder Interface
IEncoder Members
Overload List